public class GxDefaultColumnGroup
extends GxColumnDefinition
The class holds the default grid column group.
Modifier and Type | Field and Description |
---|---|
BBjString | HeaderGroupTooltip! Tooltip for the column group header |
BBjNumber | MarryChildren! Set to 'true' to keep columns in this group beside each other in the grid. Moving the columns outside of the group (and hence breaking the group) is not allowed. |
BBjNumber | OpenByDefault! Set to 'true' if this group should be opened by default. |
Modifier and Type | Method and Description |
---|---|
JsonObject | getAsJsonObject() Convert the definition to Json Object |
BBjString | getHeaderGroupTooltip() Get the tooltip for the column group header |
void | setHeaderGroupTooltip(BBjString tooltip!) Set the tooltip for the column group header |
public BBjString HeaderGroupTooltip!
Tooltip for the column group header
since version 0.101.0, GxDefaultColumnGroup.HeaderGroupTooltip is deprecated / renamed. Use GxDefaultColumnGroup.HeaderToolTip instead.
public BBjNumber MarryChildren!
Set to 'true' to keep columns in this group beside each other in the grid. Moving the columns outside of the group (and hence breaking the group) is not allowed.
public BBjNumber OpenByDefault!
Set to 'true' if this group should be opened by default.
public JsonObject getAsJsonObject()
Convert the definition to Json Object
public BBjString getHeaderGroupTooltip()
Get the tooltip for the column group header
BBjString
tooltip! since version 0.101.0, GxDefaultColumnGroup.getHeaderGroupTooltip() is deprecated / renamed. Use GxDefaultColumnGroup.getHeaderToolTip() instead.
public void setHeaderGroupTooltip(BBjString tooltip!)
Set the tooltip for the column group header
BBjString
tooltip! since version 0.101.0, GxDefaultColumnGroup.setHeaderGroupTooltip(BBjString tooltip!) is deprecated / renamed. Use GxDefaultColumnGroup.setHeaderToolTip(BBjString tooltip!) instead.